home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-seriously_amiga-
/
shareware
/
programming
/
other
/
robodoc3.0j
/
examples
/
prog2.c
< prev
Wrap
Text File
|
1998-01-05
|
1KB
|
70 lines
/****h* TEST/Prog2.C *******************************************************
*
* NAME
* Prog2.C -- Test program 2. (v1.0)
*
* COPYRIGHT
* Maverick Software Development (C) 1995
*
* FUNCTION
* Totally nothing and useless.
*
* AUTHOR
* Jacco van Weert
*
* CREATION DATE
* 15-Feb-95
*
* MODIFICATION HISTORY
* 15-Feb-95 - v1.0 - First version
*
* NOTES
* Nothing special
*
****************************************************************************
*/
/****i* Prog2.C/Proc_Internal2 *********************************************
*
* NAME
* Proc_Internal2 -- Internal procedure test program. (v1.0)
*
* SYNOPSIS
* Proc_Internal2
*
* FUNCTION
* Just for fun.
*
* INPUTS
* No inputs
*
* BUGS
* The procedure does not exist :)
*
* SEE ALSO
* Proc_Normal1, Proc_Internal1
* Proc_Normal2, Prog1.C
*
****************************************************************************
*/
/****** Prog2.C/Proc_Normal2 ***********************************************
*
* NAME
* Proc_Normal2 -- Normal procedure. (v1.0)
*
* SYNOPSIS
* Proc_Normal2
*
* FUNCTION
* Useless.
*
* SEE ALSO
* Proc_Internal1, Proc_Normal1
* Prog1.C
*
****************************************************************************
*/